home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 July: Mac OS SDK / Dev.CD Jul 97 SDK1.toast / Development Kits (Disc 1) / QuickDraw GX / Programming Stuff / QuickDraw™ GX MPW 411 Files / QuickDraw™ GX 411 ReadMe next >
Encoding:
Text File  |  1995-04-24  |  1.9 KB  |  37 lines  |  [ttro/ttxt]

  1. Here are a few tips and reminders that may be of help while you're using the QuickDraw™ GX 411 files.
  2.  
  3.                                                                                                                                                                                                                                                         SEARCHING TIPS
  4.  
  5. 1. To get a list of all typographic features, get help for GXTypographicsFlags. 
  6.  
  7. 2. To get a list of all printing message IDs, get help for GXPrintingMessages. 
  8.  
  9. 3. Since a few of the QuickDraw GX printing messages and functions have the same names (except for upper/lowercase letters), you may need to pay attention to the case of the identifier to get the entry you want.
  10.  
  11. example:
  12. getting help on:
  13.     gxCleanupOpenConnection - returns the printing message IDs.
  14.                               (including the one for gxCleanupOpenConnection)
  15.  
  16.     gxcleanupopenconnection
  17.     gxCLEANUPOPENCONNECTION
  18.     GXcleanupopenconnection
  19.     GXCLEANUPOPENCONNECTION
  20.     GXCleanupOpenConnection - returns the description of the API call
  21.                               GXCleanupOpenConnection().
  22.  
  23. 4. To display the prototype for the Forward- or Send- of a printing message, get help on the entire name.
  24.  
  25. example:
  26. getting help on Send_GXFetchTaggedData and Forward_GXFetchTaggedData displays prototypes for those functions.
  27.  
  28. 5. To get help on resources, enter the "formal" name, the ResType, or the quoted ResType.
  29.  
  30. example
  31. getting help on dctl, 'dctl', or gxDITLControlType will display the "formal" resource name and the resource description for a 'dctl' resource.
  32.  
  33. NOTE: The quoted key is useful in situations where another match is being found before the resource description.  For example, if you search on comm, you'll probably end up getting help on "Commando" or "commonFonts."  Simply type 'comm' (with apostrophes), select the whole thing and get help.  The 'comm' resource description will be displayed.  Note that you must highlight from apostrophe to apostrophe for this method to work.
  34.  
  35. - dmh 7/16/94
  36.  
  37. Copyright ©1994, Apple Computer, Inc.